Skip to content

Version Packages (beta-v5)#2636

Closed
clerk-cookie wants to merge 2 commits intomainfrom
changeset-release/main
Closed

Version Packages (beta-v5)#2636
clerk-cookie wants to merge 2 commits intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Jan 19, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@clerk/backend@1.0.0-beta-v5.18

Major Changes

  • The following paginated APIs now return { data, totalCount } instead of simple arrays, in order to make building paginated UIs easier: (#2633) by @dimkl

    • clerkClient.users.getOrganizationMembershipList(...)
    • clerkClient.organization.getOrganizationList(...)
    • clerkClient.organization.getOrganizationInvitationList(...)

    Revert changing the { data, errors } return value of the following helpers to throw the errors or return the data (keep v4 format):

    • import { verifyToken } from '@clerk/backend'
    • import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'
    • BAPI clerkClient methods eg (clerkClient.users.getUserList(...))

Patch Changes

  • Add the following properties to users.updateUser(userId, params) params: (#2619) by @SokratisVidros

    • password_hasher
    • password_digest
    • publicMetadata
    • privateMetadata
    • unsafeMetadata

@clerk/clerk-js@5.0.0-beta-v5.19

Major Changes

Patch Changes

  • Inform developers who are using legacy Clerk development instances that in V5 URL Based Session Syncing must be enabled. For more information refer to https://clerk.com/docs/upgrade-guides/url-based-session-syncing. (#2614) by @SokratisVidros

  • Display a warning in the browser's console when organization components are mounted but the "Organizations" feature is disabled for the instance. (#2603) by @panteliselef

  • Remove handshake-related query parameters on load of clerk-js. It's possible that these parameters will be returned from Clerk's API, but they are only applicable for SSR-compatible frameworks and so on the client they are unused. (#2624) by @BRKalow

  • Updated dependencies [7886ba89d]:

    • @clerk/localizations@2.0.0-beta-v5.12
    • @clerk/types@4.0.0-beta-v5.13

@clerk/localizations@2.0.0-beta-v5.12

Major Changes

@clerk/themes@2.0.0-beta-v5.3

Major Changes

@clerk/types@4.0.0-beta-v5.13

Major Changes

@clerk/chrome-extension@1.0.0-beta-v5.19

Patch Changes

@clerk/clerk-expo@1.0.0-beta-v5.19

Patch Changes

@clerk/fastify@1.0.0-beta-v5.20

Patch Changes

gatsby-plugin-clerk@5.0.0-beta-v5.20

Patch Changes

  • Updated dependencies [8e5c881c4, a6308c67e]:
    • @clerk/clerk-sdk-node@5.0.0-beta-v5.18
    • @clerk/backend@1.0.0-beta-v5.18
    • @clerk/clerk-react@5.0.0-beta-v5.17

@clerk/nextjs@5.0.0-beta-v5.20

Patch Changes

  • Infer the path the component is mounted at automatically in pages and app router (#2634) by @nikosdouvlis

  • The following paginated APIs now return { data, totalCount } instead of simple arrays, in order to make building paginated UIs easier: (#2633) by @dimkl

    • clerkClient.users.getOrganizationMembershipList(...)
    • clerkClient.organization.getOrganizationList(...)
    • clerkClient.organization.getOrganizationInvitationList(...)

    Revert changing the { data, errors } return value of the following helpers to throw the errors or return the data (keep v4 format):

    • import { verifyToken } from '@clerk/backend'
    • import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'
    • BAPI clerkClient methods eg (clerkClient.users.getUserList(...))
  • Updated dependencies [8e5c881c4, a6308c67e]:

    • @clerk/backend@1.0.0-beta-v5.18
    • @clerk/clerk-react@5.0.0-beta-v5.17

@clerk/clerk-react@5.0.0-beta-v5.17

Patch Changes

  • Updated dependencies [7886ba89d]:
    • @clerk/types@4.0.0-beta-v5.13

@clerk/remix@4.0.0-beta-v5.20

Patch Changes

  • Updated dependencies [8e5c881c4, a6308c67e]:
    • @clerk/backend@1.0.0-beta-v5.18
    • @clerk/clerk-react@5.0.0-beta-v5.17

@clerk/clerk-sdk-node@5.0.0-beta-v5.18

Patch Changes

  • The following paginated APIs now return { data, totalCount } instead of simple arrays, in order to make building paginated UIs easier: (#2633) by @dimkl

    • clerkClient.users.getOrganizationMembershipList(...)
    • clerkClient.organization.getOrganizationList(...)
    • clerkClient.organization.getOrganizationInvitationList(...)

    Revert changing the { data, errors } return value of the following helpers to throw the errors or return the data (keep v4 format):

    • import { verifyToken } from '@clerk/backend'
    • import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'
    • BAPI clerkClient methods eg (clerkClient.users.getUserList(...))
  • Updated dependencies [8e5c881c4, a6308c67e]:

    • @clerk/backend@1.0.0-beta-v5.18

@clerk/elements@0.0.2-beta-v5.8

Patch Changes

  • Updated dependencies [24de66951, 8e5c881c4]:
    • @clerk/nextjs@5.0.0-beta-v5.20
    • @clerk/clerk-react@5.0.0-beta-v5.17

@dimkl dimkl enabled auto-merge January 19, 2024 03:10
@dimkl dimkl closed this Jan 19, 2024
auto-merge was automatically disabled January 19, 2024 03:24

Pull request was closed

@dimkl dimkl deleted the changeset-release/main branch January 19, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants